home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #2
/
Amiga Plus CD - 2004 - No. 02.iso
/
AmiSoft
/
Dev
/
asm
/
DemoStartUP.lha
/
DemoStartUPv1.0
/
sources
/
init.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
2001-05-02
|
379 b
|
39 lines
; - [ iNitialization ] -
xdef _InitPreDEMO
xref _InitPlayer
xref _CPU
xref _CGX
xref _DosBase
include basemacros.i
incdir include:
include LVO/dos_lib.i
_InitPreDEMO
IFNE MUSIC
lea module,a0
sub.l a1,a1
sub.l a2,a2
moveq.l #0,d0
jsr _InitPlayer ;start music
ENDC
rts
IFNE MUSIC
section Myooza,data_c
module
incbin sfx/p61.test
ENDC